Skip to content

Add CodeXRay to Community Servers#3300

Closed
NeuralRays wants to merge 1 commit intomodelcontextprotocol:mainfrom
NeuralRays:add-codexray
Closed

Add CodeXRay to Community Servers#3300
NeuralRays wants to merge 1 commit intomodelcontextprotocol:mainfrom
NeuralRays:add-codexray

Conversation

@NeuralRays
Copy link
Copy Markdown

Add CodeXRay — Semantic Code Intelligence MCP Server

Repository: https://github.com/NeuralRays/codexray
npm: https://www.npmjs.com/package/codexray
License: MIT

Description

CodeXRay is a semantic code intelligence MCP server that pre-indexes codebases into a local SQLite knowledge graph. It provides 16 MCP tools for AI coding agents:

Primary: Overview, Context building, FTS5 search, TF-IDF semantic search
Exploration: Node details, Callers, Callees, Dependency tree, Path finding
Analysis: Impact/blast radius, Hotspots, Dead code, Circular dependencies, Complexity, Files, Status

Key Highlights

  • TF-IDF semantic search — zero external dependencies, no ML models, no API keys
  • 15 languages via tree-sitter (TypeScript, JavaScript, Python, Go, Rust, Java, C#, PHP, Ruby, C, C++, Swift, Kotlin)
  • 30%+ token savings — one codexray_context call replaces 5-10 file reads
  • 100% local — SQLite database, no cloud dependencies
  • Cross-platform: macOS, Linux, Windows
  • Install: npx codexray

Works with Claude Code, Cursor, Windsurf, and any MCP client.

@olaservo
Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants